Auto merge of #4675 - mgeisler:align-cmdline-examples, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 30 Oct 2017 15:51:43 +0000 (15:51 +0000)
committerbors <bors@rust-lang.org>
Mon, 30 Oct 2017 15:51:43 +0000 (15:51 +0000)
commit37c1b902438373c037fc8756aa9139dd68e172ea
tree82b614714867fdefe5e2b458233a31a001c4f065
parent50f55b5bd5ce812efaf561e47af6d469411c1549
parent7bfa2b170ad8c3ab4c52b2afd36f7dc4caf07460
Auto merge of #4675 - mgeisler:align-cmdline-examples, r=alexcrichton

Align command line examples in "cargo help test"

The initial example used an indentation of four spaces, the other
examples used only two spaces. They now all use four spaces.

I checked all other Cargo commands and found no other such problems.